• Home
  • Raw
  • Download

Lines Matching refs:goto_if_null

310     goto_if_null(ecdsaSignature, "Out of memory", TSS2_FAPI_RC_MEMORY,  in ifapi_tpm_ecc_sig_to_der()
315 goto_if_null(bns, "Out of memory", TSS2_FAPI_RC_MEMORY, cleanup); in ifapi_tpm_ecc_sig_to_der()
319 goto_if_null(bnr, "Out of memory", TSS2_FAPI_RC_MEMORY, cleanup); in ifapi_tpm_ecc_sig_to_der()
336 goto_if_null(*signature, "Out of memory", TSS2_FAPI_RC_MEMORY, cleanup); in ifapi_tpm_ecc_sig_to_der()
500 goto_if_null(ecgroup, "new EC group.", TSS2_FAPI_RC_GENERAL_FAILURE, in ossl_ecc_pub_from_tpm()
597 goto_if_null(*pemKey, "Out of memory.", TSS2_FAPI_RC_MEMORY, in ifapi_pub_pem_key_from_tpm()
1061 goto_if_null(bufio, "BIO buffer could not be allocated.", in ifapi_get_evp_from_pem()
1066 goto_if_null(*publicKey, "PEM format could not be decoded.", in ifapi_get_evp_from_pem()
1223 goto_if_null(bufio, "BIO buffer could not be allocated.", in ifapi_verify_signature_quote()
1227 goto_if_null(publicKey, "PEM format could not be decoded.", in ifapi_verify_signature_quote()
1247 goto_if_null(pctx, "Out of memory", TSS2_FAPI_RC_MEMORY, error_cleanup); in ifapi_verify_signature_quote()
1333 goto_if_null(bufio, "Out of memory.", TSS2_FAPI_RC_MEMORY, error_cleanup); in ifapi_verify_signature()
1335 goto_if_null(publicKey, "PEM format could not be decoded.", in ifapi_verify_signature()
1699 goto_if_null(pemCert, "Out of memory.", TSS2_FAPI_RC_MEMORY, cleanup); in ifapi_cert_to_pem()
1711 goto_if_null(publicKey, "No public key in certificate.", in ifapi_cert_to_pem()
1830 goto_if_null(public_key, "No public key in certificate.", in ifapi_get_public_from_pem_cert()