Searched refs:keyblob (Results 1 – 3 of 3) sorted by relevance
67 # define BIO_set_ktls(b, keyblob, is_tx) \ argument68 BIO_ctrl(b, BIO_CTRL_SET_KTLS, is_tx, keyblob)
757 unsigned char *keyblob; in ecx_spki_pub_to_der() local764 keyblob = OPENSSL_memdup(ecxkey->pubkey, ecxkey->keylen); in ecx_spki_pub_to_der()765 if (keyblob == NULL) { in ecx_spki_pub_to_der()770 *pder = keyblob; in ecx_spki_pub_to_der()
866 PEM_R_KEYBLOB_HEADER_PARSE_ERROR:122:keyblob header parse error867 PEM_R_KEYBLOB_TOO_SHORT:123:keyblob too short
Completed in 9 milliseconds