Searched refs:keyblob (Results 1 – 4 of 4) sorted by relevance
75 # define BIO_set_ktls(b, keyblob, is_tx) \ argument76 BIO_ctrl(b, BIO_CTRL_SET_KTLS, is_tx, keyblob)
765 unsigned char *keyblob; in ecx_spki_pub_to_der() local772 keyblob = OPENSSL_memdup(ecxkey->pubkey, ecxkey->keylen); in ecx_spki_pub_to_der()773 if (keyblob == NULL) in ecx_spki_pub_to_der()776 *pder = keyblob; in ecx_spki_pub_to_der()
1662 unsigned char *keyblob; in xorx_spki_pub_to_der() local1670 keyblob = OPENSSL_memdup(xorxkey->pubkey, retlen = XOR_KEY_SIZE); in xorx_spki_pub_to_der()1671 if (keyblob == NULL) { in xorx_spki_pub_to_der()1676 *pder = keyblob; in xorx_spki_pub_to_der()
940 PEM_R_KEYBLOB_HEADER_PARSE_ERROR:122:keyblob header parse error941 PEM_R_KEYBLOB_TOO_SHORT:123:keyblob too short
Completed in 26 milliseconds