HomeSort by relevance Sort by last modified time
    Searched refs:RSA_set_ex_data (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/rsa/
rsa.h 278 #define RSA_set_app_data(s,arg) RSA_set_ex_data(s,0,arg)
426 int RSA_set_ex_data(RSA *r,int idx,void *arg);
rsa_lib.c 280 int RSA_set_ex_data(RSA *r, int idx, void *arg)
  /external/openssl/include/openssl/
rsa.h 278 #define RSA_set_app_data(s,arg) RSA_set_ex_data(s,0,arg)
426 int RSA_set_ex_data(RSA *r,int idx,void *arg);
  /system/security/keystore-engine/
eng_keystore.cpp 336 if (!RSA_set_ex_data(rsa.get(), rsa_key_handle, reinterpret_cast<void*>(strdup(key_id)))) {

Completed in 122 milliseconds