Home
last modified time | relevance | path

Searched refs:keyhash (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-fix-incompatible-pointer-type-error.patch9 | 971 | keyhash.bv_val, &keyhash.bv_len ) < 0 ) {
30 keyhash.bv_len = gnutls_hash_get_len( alg );
31 keyhash.bv_val = LDAP_MALLOC( keyhash.bv_len );
32 if ( !keyhash.bv_val || gnutls_fingerprint( alg, &key,
33 - keyhash.bv_val, &keyhash.bv_len ) < 0 ) {
34 + keyhash.bv_val, (size_t *)&keyhash.bv_len ) < 0 ) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch272 - unsigned char *keyhash = id->value.byKey->data;
277 - if(!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))
/openbmc/linux/drivers/crypto/
H A Dtalitos.c2186 static int keyhash(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen, in keyhash() function
2233 ret = keyhash(tfm, key, keylen, hash); in ahash_setkey()